home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / exmsg.zip / EXMSG.DOC next >
Text File  |  1990-04-25  |  2KB  |  63 lines

  1.  
  2.  
  3.                     EXtract MeSsaGes Ver 1.0
  4.  
  5. EXMSG is an utility for use with RBBS-PC BBS.  It allows the Sysop to
  6. extract the text from message files to a file or DOS device.  If you've
  7. ever had someone leave a message on the BBS that you would like to use
  8. in a bulletin or save for future reference, then you might have a use for
  9. EXMSG.
  10.  
  11. Command line parameters:
  12.  
  13.     N:####           #### = message number to be extracted from message file.
  14.  
  15.     I:filename   filename = name of message file that contains the message
  16.                             to be extracted.  The default filename is
  17.                             MESSAGES.
  18.  
  19.  
  20.     O:filename   filename = name of file to have message text written to.  If
  21.                             the file already exists, the message will be
  22.                             appended to existing file.  Filename can also
  23.                             be a DOS device such as PRN if you wish to print
  24.                             message text to printer.  The default is CON which
  25.                             will send the text to the monitor.
  26.  
  27. The parameters may be in any order, if multiple messages are going to be
  28. extracted it works best to use the N: parameter.  Then if you use the F3 key
  29. all you need to do is re-enter the number of the new message.
  30.  
  31. Example:
  32.  
  33. To export the text from message 100 in the FORSALE conference to the file
  34. BULLET1, you would enter the following commandline.
  35.  
  36.   EXMSG I:FORSALEM.DEF O:BULLET1 N:100
  37.  
  38. To export text from message 1999 in the main message area to the printer.  The
  39. main message file being named MESSAGES, which is the default filename.
  40.  
  41.   EXMSG O:PRN N:1999
  42.  
  43. Or to export the same message to the console
  44.  
  45.   EXMSG N:1999
  46.  
  47.  
  48.  
  49. This program was written and compiled in TURBO PASCAL 5.5, from borland.
  50.  
  51. Send any comments, suggestions, or contributions to:
  52.  
  53.    David Berkey
  54.    1431 NE 17th Ave.
  55.    Gainesville, Fl. 32609.
  56.  
  57. Or leave a message or comment to Sysop on:
  58.  
  59.    AGAPE BBS
  60.    904-371-1237
  61.  
  62.  
  63.